home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / installproged / sasc_support / runscmsg.script < prev    next >
Text File  |  1996-03-11  |  478b  |  23 lines

  1. /*******************************************
  2.  *
  3.  * RunSCMSG.script
  4.  * by Giovanni Lambiase (C) 1995
  5.  *
  6.  * This Arexx macro lets PED run SCMSG
  7.  * utility. It sets up SCMSG, too.
  8.  *
  9.  *******************************************/
  10.  
  11. OPTIONS RESULTS
  12. OPTIONS FAILAT 31
  13.  
  14. IF ~SHOW('PORTS','SC_SCMSG') THEN
  15. DO
  16.     ADDRESS COMMAND 'Run <>NIL: SC:C/SCMSG HIDDEN CONFIG ProgED:SASC_Support/SCMSG.options'
  17.     ADDRESS COMMAND 'SYS:REXXC/WaitForPort SC_SCMSG'
  18. END
  19.  
  20. ADDRESS 'SC_SCMSG'
  21. 'NEWBLD'
  22. 'SHOW'
  23.